RepeatTime Constructor |
| Name | Description | |
|---|---|---|
| RepeatTime |
Initializes a new instance of the RepeatTime class.
| |
| RepeatTime(Int32, Int32) |
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
| |
| RepeatTime(TimeSpan, TimeSpan) |
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
| |
| RepeatTime(Int32, Int32, Int32) |
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
| |
| RepeatTime(TimeSpan, TimeSpan, TimeSpan) |
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
|